home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / tclock / tclocklight-040702-3.exe / source / common / command.h < prev    next >
Text File  |  2004-02-13  |  2KB  |  53 lines

  1. // TClock commands
  2. #define IDC_SHOWPROP                    100
  3. #define IDC_SHOWHELP                    101
  4. #define IDC_EXIT                        102
  5. #define IDC_TIMER                       103
  6. #define IDC_SYNCTIME                    104
  7. #define IDC_SHOWCALENDER                105
  8. #define IDC_2CHHELP                     106
  9. #define IDC_COPYCLIP                    107
  10. #define IDC_ABOUT                       108
  11.  
  12. #define IDC_REFRESHCLOCK                109
  13. #define IDC_STOPSOUND                   110
  14. #define IDC_PAUSERESUME                 111
  15. #define IDC_PREVTRACK                   112
  16. #define IDC_NEXTTRACK                   113
  17.  
  18. #define IDC_TCLOCKMENU                  121
  19. #define IDC_SCREENSAVER                 122
  20. #define IDC_KYU                         123
  21. #define IDC_DELRECDOCS                  124
  22. #define IDC_SHOWSTARTMENU               125
  23. #define IDC_TASKSW                      126
  24. #define IDC_SHOWDESK                    127
  25. #define IDC_LOCKPC                      128
  26. #define IDC_CHANGECONF                  129
  27. #define IDC_VOLMUTE                     130
  28. #define IDC_MONOFF                      131
  29. #define IDC_NETINIT                     132
  30. #define IDC_DELUS                       133
  31.  
  32. // taskbar menu commands
  33. #define IDC_RUNAPP                      401
  34. #define IDC_LOGOFF                      402
  35. #define IDC_CASCADE                     403
  36. #define IDC_TILEHORZ                    404
  37. #define IDC_TILEVERT                    405
  38. #define IDC_DATETIME                    408
  39. #define IDC_TASKBARPROP                 413
  40. #define IDC_MINALL                      415
  41. #define IDC_TASKMAN                     420
  42. #define IDC_EXITWIN                     506
  43.  
  44. // mouse click only
  45. #define IDC_OPENFILE                    1
  46. #define IDC_MOUSECOPY                   2
  47. #define IDC_VOLSET                      3
  48. #define IDC_VOLUD                       4
  49. #define IDC_CDOPEN                      5
  50. #define IDC_CDCLOSE                     6
  51. #define IDC_FILELIST                    7
  52. #define IDC_COMMAND                     8
  53.